/etc/fstab on target system to match the new storage device: /boot/efi must map to /dev/sde1, where /dev/sde1 is the newly created EFI partition./boot/efi.grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUBNewHDD to reinstall the EFI files to the newly created EFI partition. bootloader-id will be displayed in the UEFI & boot menu.sudo os-prober.sudo update-grub.Note: An EFI partition needs to be VFAT formatted and it cannot be run inside software RAID arrays. Hardware RAID does work though.